Fix tex-tabbing-separator alignment rule
authorArash Esbati <arash@gnu.org>
Sat, 6 Apr 2024 19:58:03 +0000 (21:58 +0200)
committerArash Esbati <arash@gnu.org>
Sun, 7 Apr 2024 08:36:10 +0000 (10:36 +0200)
commit03b23302bd326f981e1328f0e9ea9f4a40a13ee1
tree2ef31e58468f77768b9547ce5853ce3814c37f4c
parent8ee1dc8f1f9aa47260f8151c9eea30fb1ccf878a
Fix tex-tabbing-separator alignment rule

* lisp/align.el (align-rules-list): Remove the check of
`latex-mode' with `eq' which doesn't work with newer AUCTeX mode
names and modes defined by user with `define-derived-mode'.
(bug#69187)
lisp/align.el